home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / game / misc / xquiz-mos.lha / xquiz / README.txt < prev    next >
Text File  |  2002-06-23  |  2KB  |  80 lines

  1. XQuiz 1.2 README
  2.  
  3. - News: -
  4. You can specify question database,
  5. like this:
  6. ./xquiz yourdb.db
  7. You can specify what language to use! See longer down.
  8. Important bugfix, you couldnt type more than one word in 1.1 (1.1, not 1.1 cvs).
  9.  
  10. - How to compile, install, and run: -
  11. Thanks for downloading this nice program.
  12. Just run make.
  13. and run ./xquiz.
  14. If you want xquiz global, run make install,
  15. but remember, xquiz will still look after xquiz.db in the CURRENT directory.
  16. And put the questions in xquiz.db.
  17.  
  18. - The syntax of the database file: -
  19. As you may have seen, this is a quiz game.
  20. And you can add your own questions.
  21. This should be in the following syntax:
  22. lang
  23. english
  24. question
  25. What kind of game is this?
  26. answer
  27. Quiz
  28. lastanswer XQuiz
  29. question
  30. Who am i?
  31. lastanswer me
  32.  
  33. In this example the program will ask "What kind of game is this?",
  34. and correct answers is "Quiz" (not case sensitive) and "XQuiz".
  35. Then it will ask "Who am i?" and the correct answer is "me".
  36. And it will only print the question if english is specified in .xquiz.cf.
  37. (You dont need lang)
  38.  
  39. I know its bit difficuilt to understand this syntax,
  40. if you dont please mail me and ill try to explain.
  41.  
  42. The example database is included.
  43.  
  44. - Language: -
  45. In .xquiz.cf (home directory) put what langauge you want to use, like:
  46. lang_q
  47. english
  48.  
  49. In the database file (xquiz.db) put what langauge the question is, like:
  50. lang english
  51.  
  52. Questions will only be asked if the language in the config file and question database
  53. match.
  54.  
  55. - Thanks to: -
  56. psychoid@ircnet, for helping me.
  57. edison@efnet, for fixing an bug for me.
  58. justice_@efnet, for finding an bug for me.
  59. #c@efnet, for a lot of help
  60. Steven@ircnet, for helping me.
  61. perry@efnet, for the idea about multilanguage support.
  62.  
  63. - Help: -
  64. If you need help please mail or contact me at IRC.
  65. Join #NetCafe @ EFnet for help, ask on the chan,
  66. if no one answers you, ask later, or mail me.
  67.  
  68.  
  69. -------
  70.  
  71.  
  72. Please mail me if you have any comment to this.
  73.  
  74. Thomas Martinsen aka tech
  75. http://home.no/tch/projects/
  76. tech@navn.no
  77.  
  78. Copyright (C) 2002 Thomas Martinsen
  79. Read LICENSE for details.
  80.